Xbasic

A5.POST_ENUM Function

Syntax

A5.Post_Enum(C lastname|N object_enum_flags)

Operation_List as C = A5.POST_ENUM( [ object_enum_flags as N ] )

Next_Operation as C = A5.POST_ENUM( lastname as C )

Arguments

Operation_List

Full filenames for the post operations stored in the currently open table.

Next_Operation

The next operation of the type.

object_enum_flags

Optional. Default = Null.

Null = Operation name, full path, and filename.
2 = Operation name
4 = Operation type, layout name, full path, and filename
8 = Quoted operation name, full path, and filename.
12 = Operation type, quoted operation name, full path, and filename formatted for tree control.
lastname

Character

Description

The A5.POST_ENUM() method returns a carriage return-line feed separated list of all of the post operations in the database.

Example

Refer to A5.APPEND_ENUM().

See Also